home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("MoreB")
- puppetSprite(1, 1)
- set the castNum of sprite 1 to 39
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 1 to 92
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 1 to 39
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 1 to 92
- updateStage()
- puppetSprite(1, 0)
- set gNext to "fade3"
- go("start demo")
- end
-